home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK3232.ZIP / UTILS / HUE.DOC < prev    next >
Text File  |  1992-07-27  |  3KB  |  86 lines

  1.                     Thurman Utilities ... Hue v1.00
  2.  
  3.                        (c) 1992, Thomas Thurman
  4.  
  5. Hue is a little utility to change the screen colours using ANSI.SYS. It
  6. has a very simple invocation syntax- you specify the colours you want in
  7. their natural order. For example:
  8.  
  9.       HUE bright white on blue
  10.  
  11. will change the colours to bright white on blue. Type HUE with no parameters
  12. for more information.
  13.  
  14.       HUE ?
  15.  
  16. will give you a list of possible colours for your monitor. This adjusts itself
  17. according to whether you have a mono or colour monitor.
  18.  
  19. The following keywords work on any monitor:
  20.  
  21.       BRIGHT/BOLD/HIGH/LIGHT gives the high-intensity version of a colour.
  22.       BLINK/FLASH causes the colour to flash.
  23.  
  24. Options for colour montors only are as follows:
  25.  
  26.       BLACK, RED, GREEN, BROWN, BLUE, MAGENTA, CYAN, WHITE will give you those
  27.        colours (pretty obviously.)
  28.  
  29.        The first colour you give is the foreground colour, the next is the
  30.        background colour.
  31.  
  32.       PINK is short for LIGHT MAGENTA.
  33.       YELLOW is short for LIGHT BROWN.
  34.  
  35. Options for mono monitors only are these:
  36.  
  37.       UNDERLINE/UNDERSCORE gives underlined text, and
  38.       INVERSE gives inverse text (ie white on black.)
  39.  
  40. Any of these may be combined with any others, EXCEPT for the fact that the
  41. background colour may not be flashing or bright. If you ask for a flashing
  42. or bright background colour you'll get a flashing or bright foreground colour
  43. instead.
  44.  
  45. Type HUE /H for extra usage information.
  46.  
  47. Here's the most unusual feature of this utility: it can create .COM files
  48. to change the screen colours! For example, suppose you wanted to have the
  49. screen colours set to bright-white-on-blue every time you booted your
  50. computer. First, you'd type
  51.  
  52.       HUE bright white on blue /cbwob
  53.  
  54. This will create a file called BWOB.COM. Then you'd put a line saying
  55.  
  56.       bwob
  57.  
  58. in your autoexec.bat (in the root directory of your boot disk), and it
  59. would set the colours for you! This is also useful if there are several
  60. people who use the same computer, and who each like different screen colours.
  61. For example, my little brother Andrew likes light magenta on red, but I
  62. prefer bright white on blue. You could create files named ANDREW.COM and
  63. THOMAS.COM, and save yourself a lot of typing.
  64.  
  65. So there it is. Ideas for improvements and so on would be welcome...
  66.  
  67.                Ebby: SEND your message to Thomas Thurman.
  68.          CompuServe: send to Mike Thurman, number 100021,3441.
  69.               SSBBS:  send to Thomas Thurman.
  70.               (SSBBS is on Amersham (0494) 431861.)
  71.  
  72. Or you can contact the Thorsoft support area on Paradise City, which is on
  73. Reading (0734) 786408. It should be working by the end of August 1992.
  74.  
  75. Other programs by Thorsoft:
  76.  
  77.                Avaricius: a graphical adventure game set in Pompeii (*)
  78.                Spellchick: an arcade game (*)
  79.                Frisk: a file-finder
  80.  
  81. (*) = requires EGA.
  82.  
  83. Have fun!
  84.  
  85.                     Thomas Thurman
  86.                     July 1992.